home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 43
/
Vol 43.iso
/
games
/
menininh.swf
/
scripts
/
__Packages
/
LevelUpMessage.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-07-06
|
231 b
|
14 lines
class LevelUpMessage extends MovieClip
{
var combo = "cc";
function LevelUpMessage()
{
super();
}
function setLevel(c)
{
this.combo = c.toString();
this.gotoAndPlay("start");
}
}